Other Enums

The following enums are available globally.

  • Represents a decision of a validator of a validating property made on a proposed value.

    See more

    Declaration

    Swift

    public enum ValidatorOutput<Value, Error: Swift.Error>
  • Represents the result of the validation performed by a validating property.

    See more

    Declaration

    Swift

    public enum ValidationResult<Value, Error: Swift.Error>